type go.uber.org/mock/gomock.regexMatcher

4 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L176: type regexMatcher struct {
		matchers.go#L180: func (m regexMatcher) Matches(x any) bool {
		matchers.go#L191: func (m regexMatcher) String() string {
		matchers.go#L418: 	return regexMatcher{regex: regexp.MustCompile(regexStr)}